gtkwidget: Fix typo in comment
authorBastien Nocera <hadess@hadess.net>
Tue, 14 Oct 2014 14:47:11 +0000 (16:47 +0200)
committerBastien Nocera <hadess@hadess.net>
Tue, 21 Oct 2014 08:10:50 +0000 (10:10 +0200)
gtk/gtkwidget.c

index ee4e316718ba110946dc433b49bf2effbecd499e..6690d429f12e40cd0f350dd088abb8912a2f2638 100644 (file)
@@ -16701,7 +16701,7 @@ gtk_widget_init_template (GtkWidget *widget)
 
   /* This will build the template XML as children to the widget instance, also it
    * will validate that the template is created for the correct GType and assert that
-   * there is no infinate recursion.
+   * there is no infinite recursion.
    */
   if (!_gtk_builder_extend_with_template (builder, widget, class_type,
                                          (const gchar *)g_bytes_get_data (template->data, NULL),